home *** CD-ROM | disk | FTP | other *** search
- Path: columba.udac.uu.se!not-for-mail
- From: trulsson@student.docs.uu.se (Erik Trulsson)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Amiga C++ Compilers
- Date: 9 Jan 1996 15:43:59 GMT
- Organization: A poorly-installed InterNetNews site
- Message-ID: <4cu2fv$smq@columba.udac.uu.se>
- References: <4ch16n$p1v@mapperley.innotts.co.uk> <4ctb5t$9fl@frodo.smartlink.net>
- NNTP-Posting-Host: minsk.docs.uu.se
- X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
-
- The Nameless One (hopkins@smartlink.net) wrote:
- > The ONLY Amiga C++ compiler I know of is SAS C which supports most of the
- > C++ functions (the box says full ANSI compatibility but magazine reviews
- > say some of the C++ stuff is missing. WHAT is missing I can't remember).
- >
- > I have not got to do any work with it yet so I can't tell you much more.
- > Hope this bit helps.
- >
- >
-
- SAS/C doesn't have very good C++ support. Templates and exceptions are missing
- and everything else that's been added to the language since is also missing.
- What they referred to when they said ANSI compatible was probably normal C ,
- since there does not ,yet , exist an ANSI standard for C++. (An draft of the
- proposed standard *is* available)
-
- GNU C++ conforms pretty good to the proposed standard , and does support
- templates. (Support for exceptions is still a bit shaky though)
-
-